Bi Weekly Historical Analytics
fun BiWeeklyHistoricalAnalytics(biWeeklyEvaluations: List<BiWeeklyEvaluationEntry>, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)
A composable function that displays a list of bi-weekly evaluations, categorized by the current week, last week, and previous weeks. It also computes the severity for depression and anxiety scores and displays them accordingly.
Parameters
bi Weekly Evaluations
The list of bi-weekly evaluation entries to display.
on Navigate To Summary Dialog
A lambda function that handles navigation to a summary dialog for each evaluation.